body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: black;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;
}

h3 {
    width: 50vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.nav-li a{
    color:aquamarine;
}

.nav-li{
    list-style: none;
}

